home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 1.9 KB | 67 lines | [TEXT/MPS ] |
- // File: DrawStrs.fr
- //
- // Contains: String resources for ODFDraw
- //
- // Written by: Henri Lamiraux
- //
- // Copyright: © 1993-1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef DRAWDEF_H
- #include "DrawDef.h"
- #endif
-
- //----------------------------------------------------------------------------
- // Strings for Menu
- //----------------------------------------------------------------------------
- resource FW_kMULTISTRING (kMenuStrings)
- {
- kArrangeStr, "Arrange";
- kMoveForwardStr, "Move Forward";
- kMoveToFrontStr, "Move To Front";
- kMoveBackwardStr, "Move Backward";
- kMoveToBackStr, "Move To Back";
- kAlignToGridStr, "Align To Grid";
- kAlignObjectsStr, "Align Objects...";
- kRotateStr, "Rotate...";
- kFlipHorizontalStr, "Flip Horizontal";
- kFlipVerticalStr, "Flip Vertical";
- kGroupStr, "Group";
- kUngroupStr, "Ungroup";
- kLockStr, "Lock";
- kUnlockStr, "Unlock";
- kSizeStr, "Size";
- k1PixelStr, "1 Pixel";
- k2PixelsStr, "2 Pixels";
- k3PixelsStr, "3 Pixels";
- k4PixelsStr, "4 Pixels";
- k5PixelsStr, "5 Pixels";
- kOptionsStr, "Options";
- kHideRulersStr, "Hide Rulers";
- kShowRulersStr, "Show Rulers";
- kHideGraphicsGridStr, "Hide Graphics Grid";
- kShowGraphicsGridStr, "Show Graphics Grid";
- kTurnAutoGridOnStr, "Turn AutoGrid On";
- kTurnAutoGridOffStr, "Turn AutoGrid Off";
- kUnitsStr, "Units";
- kInchStr, "Inch";
- kCmStr, "Cm";
- kPixelStr, "Pixel";
- kPicaStr, "Pica";
- kDegreesStr, "Degrees";
- kRadiansStr, "Radians";
- kScaleSelectionStr, "Scale Selection...";
- kRoundCornersStr, "Round Corners...";
- kWindowsStr, "Windows";
- kShowPaletteStr, "Show Palette";
- kHidePaletteStr, "Hide Palette";
- kShowPatternsStr, "Show Patterns";
- kHidePatternsStr, "Hide Patterns";
- kShowToolsStr, "Show Tools";
- kHideToolsStr, "Hide Tools";
- }
-
-